Simple report of the "List" type

This report will contain data from one DB table. To construct a report, perform the following steps.

Click on the "New report" button  in the designer toolbar. A report page with the "Report title," the "First level data" and the "Page footer" bands will be created.

Add a dialogue form into the report. This form will be used for placing the DB table access component.

Put the "TfrxBDETable" component on the form, and then set its properties:
DatabaseName = 'DBDEMOS'
TableName = 'Customer.db'

Go to the page with a report form. To connect the "First level data" band to the table, double-click on it, and then select the required table in the opened window.

Drag the required fields from the "Data tree" window to the report page. After that, the report will look roughly like this:

To preview the report, click on the "Preview" button  in the toolbar.